home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / stbar20.zip / GETDESC.ACL < prev    next >
Text File  |  1996-04-11  |  831b  |  33 lines

  1. @echo off
  2. rem ====--=StarBar V2.00=--===--=DIZ & SDN.ID Descriptor File Grabber=--====
  3. rem          OS/2 CMD
  4. rem
  5. rem ====--=Usage=--====
  6. rem
  7. rem first parameter : starbar work path
  8. rem second parameter : File to be examined
  9. rem
  10. rem ========================================================================
  11. rem Here we go!
  12. rem
  13.  
  14. rem     After each node has used StarBar at least once, the next line may be
  15. rem     removed...
  16.  
  17. md %1
  18.  
  19. call acle %2 file_id.diz
  20. if not exist %1\file_id.diz goto nodiz
  21. rem diz found, let's rename it!
  22. ren %1\file_id.diz descfile.txt
  23. goto end
  24. :nodiz
  25. call acle %2 sdn.id
  26. if not exist %1\sdn.id goto end
  27. ren %1\sdn.id descfile.txt
  28. goto end
  29.  
  30. :end
  31. rem =--=If no descriptor is found, StarBar will expand the full original=--=
  32. rem =--=FILES.BBS description and display that...=--=
  33.